home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / rexx / ole1v10a.lha / OLE_System / ole / misc / OLE.rexx.ct < prev    next >
Encoding:
Text File  |  1995-02-09  |  2.5 KB  |  301 lines

  1. ;
  2. ; OLE.rexx.ct
  3. ;
  4. ; Source catalog file for the OLE server.
  5. ;
  6. ; $(C): (1994, Rocco Coluccelli, Bologna)
  7. ; $VER: OLE.rexx.ct 1.02 (30.Nov.1994)
  8. ;
  9.  
  10. ## english
  11.  
  12. # about
  13. The OLE System 1.10
  14. %s
  15.  
  16. The whole package is freely distributable.
  17.  
  18. If you use the OLE System, please
  19. send me any kind of suggestions.
  20.  
  21. Rocco COLUCCELLI
  22. V.le Ofanto, 118
  23. 71100 FOGGIA
  24. (ITALY)
  25. tel. 0039-881-617705
  26. #
  27.  
  28. # OLE
  29. The OLE System 1.10
  30. %s
  31.  
  32. Thanks to:
  33. All ARexx developers.
  34. All friends of mine and specially
  35. Amedeo, Angelo, Antonello,
  36. Roberto, Sabino.
  37.  
  38. The last, but not the least...
  39. Monica, my girlfriend
  40. Maria, the mother of this son.
  41.  
  42. Rocco Coluccelli, 1994.
  43. #
  44.  
  45. ;
  46. ; main window's title
  47. ;
  48. # title
  49.  OLE Server
  50. #
  51.  
  52. # ERR_0
  53. GENERAL ERROR:
  54. %s
  55. #
  56.  
  57. # ERR_1
  58. PROBLEM: can't open message port
  59. %s
  60. #
  61.  
  62. # ERR_2
  63. PROBLEM: can't create IDCMP
  64. %s
  65. #
  66.  
  67. # ERR_3
  68. PROBLEM: unknown command
  69. %s
  70. #
  71.  
  72. # ERR_4
  73. PROBLEM: error writing
  74. %s
  75. #
  76.  
  77. ;
  78. ; ERROR: file not found
  79. ;
  80. # ERR_5
  81. PROBLEM: can't open or find
  82. %s
  83. #
  84.  
  85. # ok1
  86. Thank you!
  87. #
  88.  
  89. # ok2
  90. Cry!!!
  91. #
  92.  
  93. # ok3
  94. Good bye...
  95. #
  96.  
  97. # ok4
  98. Continue
  99. #
  100.  
  101. # ok5
  102. Yes|No
  103. #
  104.  
  105. ;    menu items, subitems, ...
  106. # 1
  107. About...
  108. #
  109.  
  110. # 2
  111. ...the OLE system
  112. #
  113.  
  114. # 3
  115. ...of this module
  116. #
  117.  
  118. # 4
  119. ...the author
  120. #
  121.  
  122. # 5
  123. Save configuration
  124. #
  125.  
  126. # 6
  127. Iconify
  128. #
  129.  
  130. # 7
  131. Quit
  132. #
  133.  
  134. # 8
  135. :\initialization procedure
  136. #
  137.  
  138. # 9
  139. \\setup control window
  140. #
  141.  
  142. # 10
  143. Are you sure?
  144. #
  145.  
  146. # 11
  147. New Prefs
  148. #
  149.  
  150. # 12
  151. Configure
  152. #
  153.  
  154. ##
  155.  
  156.  
  157.  
  158.  
  159. ## italiano
  160.  
  161. # about
  162. The OLE System  v1.10
  163. %s
  164.  
  165. L'intero pacchetto รจ distribuibile liberamente.
  166.  
  167. Se usi OLE System, per favore
  168. comunicami suggerimenti ed osservazioni.
  169.  
  170. Rocco COLUCCELLI
  171. V.le Ofanto, 118
  172. 71100 FOGGIA
  173. (ITALY)
  174. tel. 0039-881-617705
  175. #
  176.  
  177. # OLE
  178. The OLE System  v1.10
  179. %s
  180.  
  181. Ringraziamenti a:
  182. Tutti gli sviluppatori dell'ARexx.
  183. Tutti i miei amici e specialmente
  184. Amedeo, Angelo, Antonello,
  185. Roberto, Sabino.
  186.  
  187. Dulcis in fundo...
  188. Monica, la mia compagna
  189. Maria, la madre di questo figlio.
  190.  
  191. Rocco Coluccelli, 1994.
  192. #
  193.  
  194. # title
  195.  OLE Server
  196. #
  197.  
  198. # ERR_0
  199. ERRORE:
  200. %s
  201. #
  202.  
  203. # ERR_1
  204. PROBLEMA: non posso aprire la porta messaggi
  205. %s
  206. #
  207.  
  208. # ERR_2
  209. PROBLEMA: non posso creare IDCMP
  210. %s
  211. #
  212.  
  213. # ERR_3
  214. PROBLEMA: comando sconosciuto
  215. %s
  216. #
  217.  
  218. # ERR_4
  219. PROBLEMA: errore di scrittura
  220. %s
  221. #
  222.  
  223. ;
  224. ; ERROR: file not found
  225. ;
  226. # ERR_5
  227. PROBLEM: non posso aprire
  228. %s
  229. #
  230.  
  231. # ok1
  232. Grazie
  233. #
  234.  
  235. # ok2
  236. Piangi !!!
  237. #
  238.  
  239. # ok3
  240. Addio...
  241. #
  242.  
  243. # ok4
  244. Continua
  245. #
  246.  
  247. # ok5
  248. Si|No
  249. #
  250.  
  251. ;    menu items, subitems, ...
  252. # 1
  253. A proposito...
  254. #
  255.  
  256. # 2
  257. ...the OLE system
  258. #
  259.  
  260. # 3
  261. ...di questo modulo
  262. #
  263.  
  264. # 4
  265. ...dell'autore
  266. #
  267.  
  268. # 5
  269. Salva configurazione
  270. #
  271.  
  272. # 6
  273. Riduci a icona
  274. #
  275.  
  276. # 7
  277. Chiudi
  278. #
  279.  
  280. # 8
  281. :\procedura di inizializzazione
  282. #
  283.  
  284. # 9
  285. \\setup finestra di controllo
  286. #
  287.  
  288. # 10
  289. Sei sicuro?
  290. #
  291.  
  292. # 11
  293. Nuove preferenze
  294. #
  295.  
  296. # 12
  297. Configura
  298. #
  299.  
  300. ##
  301.